Merge "Turn this wtf into just a log." into nyc-dev am: 1755dd08cb
am: 253051c57f
* commit '253051c57f84a0cccdc369db2dcb96a42c8f8c78':
Turn this wtf into just a log.
Change-Id: I340d7628b855b0978ee7e26d264455e3f3c6947d
This commit is contained in:
@@ -2201,11 +2201,11 @@ public final class ActiveServices {
|
|||||||
// If the app is null, then it was probably removed because the process died,
|
// If the app is null, then it was probably removed because the process died,
|
||||||
// otherwise wtf
|
// otherwise wtf
|
||||||
if (r.app != null) {
|
if (r.app != null) {
|
||||||
Slog.wtfStack(TAG, "Service done with onDestroy, but not inDestroying: "
|
Slog.w(TAG, "Service done with onDestroy, but not inDestroying: "
|
||||||
+ r + ", app=" + r.app);
|
+ r + ", app=" + r.app);
|
||||||
}
|
}
|
||||||
} else if (r.executeNesting != 1) {
|
} else if (r.executeNesting != 1) {
|
||||||
Slog.wtfStack(TAG, "Service done with onDestroy, but executeNesting="
|
Slog.w(TAG, "Service done with onDestroy, but executeNesting="
|
||||||
+ r.executeNesting + ": " + r);
|
+ r.executeNesting + ": " + r);
|
||||||
// Fake it to keep from ANR due to orphaned entry.
|
// Fake it to keep from ANR due to orphaned entry.
|
||||||
r.executeNesting = 1;
|
r.executeNesting = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user