-
- Downloads
Removed log.quiet and log = NULL cases from debuggerd.
Now the functionality implemented by these semi-confusing cases has been replaced with the same logtype enum behavior that is easier to understand, and cases that used log-looking behavior to print to logcat (when log = NULL) now use the more transparent ALOGE/ALOGD functions. Change-Id: I7e38f2d4ca74a828df4d2266b3ea34edd3c6f5bb
Showing
- debuggerd/backtrace.cpp 1 addition, 2 deletionsdebuggerd/backtrace.cpp
- debuggerd/debuggerd.cpp 40 additions, 42 deletionsdebuggerd/debuggerd.cpp
- debuggerd/tombstone.cpp 15 additions, 16 deletionsdebuggerd/tombstone.cpp
- debuggerd/tombstone.h 2 additions, 2 deletionsdebuggerd/tombstone.h
- debuggerd/utility.cpp 11 additions, 13 deletionsdebuggerd/utility.cpp
- debuggerd/utility.h 0 additions, 6 deletionsdebuggerd/utility.h
Loading
Please register or sign in to comment