View Single Post
Old 03-11-2016, 02:47 PM   #35
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Even better yet - Lab126 shipped us a sample reporting script -
see: /usr/bin/dmcc.sh
I.E: search bar ;dmcc
You will have to comment (#) out the top test which is disabling it on production devices.

Make it look like this:
Code:
# verify we are on a pre GM device 
#if ! [ -e "/PRE_GM_DEBUGGING_FEATURES_ENABLED__REMOVE_AT_GMC" ]; then
#    exit 0
#fi
tl;dr: only for the adventurous with command line access at the moment.

Here we go, an example of the script's output (which is .html, not the .txt of the filename used):
http://kaynine.info/pw3/Mar_11_14.36.19_2016.html
(I wish ixtab was here to tell us what all those java thread frames dump'd meant.)

(The Kindle reader displays html, only if it has the extension .txt, which is why the script generates an html file with a .txt filename extension.)

Last edited by knc1; 03-11-2016 at 03:43 PM.
knc1 is offline   Reply With Quote