Merge "Fix: update Binder#getCallingUidOrWtf to use wtfStack"
This commit is contained in:
@@ -366,7 +366,7 @@ public class Binder implements IBinder {
|
|||||||
*/
|
*/
|
||||||
public static final int getCallingUidOrWtf() {
|
public static final int getCallingUidOrWtf() {
|
||||||
if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) {
|
if (!isDirectlyHandlingTransaction() && !hasExplicitIdentity()) {
|
||||||
Log.wtf(TAG,
|
Log.wtfStack(TAG,
|
||||||
"Thread is not in a binder transaction, "
|
"Thread is not in a binder transaction, "
|
||||||
+ "and the calling identity has not been "
|
+ "and the calling identity has not been "
|
||||||
+ "explicitly set with clearCallingIdentity");
|
+ "explicitly set with clearCallingIdentity");
|
||||||
|
|||||||
Reference in New Issue
Block a user