Fix a bug in gperftools' logging system on android
When deep memory profiler is enabled on android, the default priority of the log was ANDROID_LOG_UNKNOWN, which caused the log can't be seen.
This patch added a VERBOSE severity level, which made the log with default severity can be logged properly with a ANDROID_LOG_VERBOSE priority.
[email protected]
BUG=
Review URL: https://codereview.chromium.org/209873002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261254 0039d316-1c4b-4281-b951-d872f2087c98
4 files changed