am 568f923b: Merge "removing ineffective code in WifiService.java"
* commit '568f923ba4cf522f699837bee0d8cba318343345': removing ineffective code in WifiService.java
This commit is contained in:
@@ -1577,7 +1577,7 @@ public class WifiService extends IWifiManager.Stub {
|
||||
}
|
||||
|
||||
int uid = Binder.getCallingUid();
|
||||
Long ident = Binder.clearCallingIdentity();
|
||||
final long ident = Binder.clearCallingIdentity();
|
||||
try {
|
||||
mBatteryStats.noteWifiMulticastEnabled(uid);
|
||||
} catch (RemoteException e) {
|
||||
@@ -1613,7 +1613,7 @@ public class WifiService extends IWifiManager.Stub {
|
||||
mWifiStateMachine.startFilteringMulticastV4Packets();
|
||||
}
|
||||
|
||||
Long ident = Binder.clearCallingIdentity();
|
||||
final long ident = Binder.clearCallingIdentity();
|
||||
try {
|
||||
mBatteryStats.noteWifiMulticastDisabled(uid);
|
||||
} catch (RemoteException e) {
|
||||
|
||||
Reference in New Issue
Block a user