Loading libs/binder/ProcessState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ String8 ProcessState::makeBinderThreadName() { int32_t s = android_atomic_add(1, &mThreadPoolSeq); pid_t pid = getpid(); String8 name; name.appendFormat("Binder:%d_%X", pid, s); name.appendFormat("%d_%X:%s", pid, s, mDriverName.c_str()); return name; } Loading Loading
libs/binder/ProcessState.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ String8 ProcessState::makeBinderThreadName() { int32_t s = android_atomic_add(1, &mThreadPoolSeq); pid_t pid = getpid(); String8 name; name.appendFormat("Binder:%d_%X", pid, s); name.appendFormat("%d_%X:%s", pid, s, mDriverName.c_str()); return name; } Loading