Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp1794 std::string binder_logs_dir = access("/dev/binderfs/binder_logs", R_OK) ? in dumpstate() local
1797 DumpFile("BINDER FAILED TRANSACTION LOG", binder_logs_dir + "/failed_transaction_log"); in dumpstate()
1798 DumpFile("BINDER TRANSACTION LOG", binder_logs_dir + "/transaction_log"); in dumpstate()
1799 DumpFile("BINDER TRANSACTIONS", binder_logs_dir + "/transactions"); in dumpstate()
1800 DumpFile("BINDER STATS", binder_logs_dir + "/stats"); in dumpstate()
1801 DumpFile("BINDER STATE", binder_logs_dir + "/state"); in dumpstate()