Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(321)

Unified Diff: base/android/build_info.h

Issue 2483203002: Always install the microdump signal handler on N+ devices. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/crash_reporter/aw_microdump_crash_reporter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/build_info.h
diff --git a/base/android/build_info.h b/base/android/build_info.h
index 16e7e9ca16e4842bd8841ffef5d5eda673839c9d..cce74f4e520a65c74736c8bbc8acb610ae515c94 100644
--- a/base/android/build_info.h
+++ b/base/android/build_info.h
@@ -26,7 +26,8 @@ enum SdkVersion {
SDK_VERSION_KITKAT_WEAR = 20,
SDK_VERSION_LOLLIPOP = 21,
SDK_VERSION_LOLLIPOP_MR1 = 22,
- SDK_VERSION_MARSHMALLOW = 23
+ SDK_VERSION_MARSHMALLOW = 23,
+ SDK_VERSION_NOUGAT = 24
};
// BuildInfo is a singleton class that stores android build and device
« no previous file with comments | « android_webview/crash_reporter/aw_microdump_crash_reporter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698