Home
last modified time | relevance | path

Searched refs:MYLOGW (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
DDumpstateInternal.h35 #ifndef MYLOGW
36 #define MYLOGW(...) \ macro
Ddumpstate.cpp399 MYLOGW("Unable to open directory %s: %s\n", dir_path.c_str(), strerror(errno)); in GetDumpFds()
419 MYLOGW("Unable to open dump file %s: %s\n", abs_path.c_str(), strerror(errno)); in GetDumpFds()
425 MYLOGW("Unable to stat dump file %s: %s\n", abs_path.c_str(), strerror(errno)); in GetDumpFds()
777 MYLOGW("User denied consent to share bugreport\n"); in onReportDenied()
1126 MYLOGW("Failed to dump visible windows\n"); in DumpVisibleWindowViews()
1175 MYLOGW("Error unlinking temporary trace path %s: %s\n", dump_traces_path, in AddAnrTraceDir()
3371 MYLOGW("Ignoring 'use predumped data' flag because no predumped data is available"); in RunInternal()