am 150e0e87: Merge "fix return value scale of notifyANR()"
* commit '150e0e87e1faa01f927cfe8c7110ef843612a1df': fix return value scale of notifyANR()
This commit is contained in:
@@ -148,7 +148,7 @@ final class InputMonitor implements InputManagerService.WindowManagerCallbacks {
|
|||||||
if (timeout >= 0) {
|
if (timeout >= 0) {
|
||||||
// The activity manager declined to abort dispatching.
|
// The activity manager declined to abort dispatching.
|
||||||
// Wait a bit longer and timeout again later.
|
// Wait a bit longer and timeout again later.
|
||||||
return timeout;
|
return timeout * 1000000L; // nanoseconds
|
||||||
}
|
}
|
||||||
} catch (RemoteException ex) {
|
} catch (RemoteException ex) {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user