Searched refs:binder_logs_dir (Results 1 – 1 of 1) sorted by relevance
1426 std::string binder_logs_dir = access("/dev/binderfs/binder_logs", R_OK) ? in dumpstate() local1429 DumpFile("BINDER FAILED TRANSACTION LOG", binder_logs_dir + "/failed_transaction_log"); in dumpstate()1430 DumpFile("BINDER TRANSACTION LOG", binder_logs_dir + "/transaction_log"); in dumpstate()1431 DumpFile("BINDER TRANSACTIONS", binder_logs_dir + "/transactions"); in dumpstate()1432 DumpFile("BINDER STATS", binder_logs_dir + "/stats"); in dumpstate()1433 DumpFile("BINDER STATE", binder_logs_dir + "/state"); in dumpstate()