Merge "Just print warning log instead of triggering WTF" into rvc-dev-plus-aosp am: 9dfb6d3b2e am: 72662960e9 am: 434c65ff38
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12214964 Change-Id: I8d1e62e812823d08970bbe91c60d0790142ef96a
This commit is contained in:
@@ -1469,7 +1469,7 @@ public class TrustManagerService extends SystemService {
|
||||
if (userId > 0) {
|
||||
return userId;
|
||||
} else {
|
||||
Slog.wtf(TAG, "EXTRA_USER_HANDLE missing or invalid, value=" + userId);
|
||||
Log.w(TAG, "EXTRA_USER_HANDLE missing or invalid, value=" + userId);
|
||||
return -100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user