In Android, stderr only goes to the console, and as such will only ever be seen by adb shell users. Since very few developers will ever actually see that, also send the abort message to logcat and the tombstone.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
src/abort_message.cpp | ||
---|---|---|
15 | Out of curiosity, does the android compiler define this, or does it come from a particular header? |
Out of curiosity, does the android compiler define this, or does it come from a particular header?