• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Révisiond8ce1bf1ece0a8d7d6eb663763e0e74301628b72 (tree)
l'heure2016-09-08 09:34:19
AuteurTreeHugger Robot <treehugger-gerrit@goog...>
CommiterAndroid (Google) Code Review

Message de Log

Merge "Added a NETWORK trace tag." into nyc-mr1-dev

Change Summary

Modification

--- a/include/cutils/trace.h
+++ b/include/cutils/trace.h
@@ -70,7 +70,8 @@ __BEGIN_DECLS
7070 #define ATRACE_TAG_PACKAGE_MANAGER (1<<18)
7171 #define ATRACE_TAG_SYSTEM_SERVER (1<<19)
7272 #define ATRACE_TAG_DATABASE (1<<20)
73-#define ATRACE_TAG_LAST ATRACE_TAG_DATABASE
73+#define ATRACE_TAG_NETWORK (1<<21)
74+#define ATRACE_TAG_LAST ATRACE_TAG_NETWORK
7475
7576 // Reserved for initialization.
7677 #define ATRACE_TAG_NOT_READY (1ULL<<63)