logging - Can I write custom logs to android dumpsate? -


i can fetch dumpstate file , see logs , can see these kinda logs :

05-04 21:48:53.600  3559  3622 am_destroy_activity: [0,78046313,255,com.dumpstate_poc/.mainactivity,finish-imm,0] 

but want write custom logs app in dumpstate.is there way can it?

i dont want use other tool @ app logs .

any apreciated..


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -