ttrace: enable ttrace log by default in tizen 92/215992/3
authorsubhransu mohanty <sub.mohanty@samsung.com>
Fri, 18 Oct 2019 05:32:06 +0000 (14:32 +0900)
committerwoochan lee <wc0917.lee@samsung.com>
Fri, 18 Oct 2019 06:18:03 +0000 (06:18 +0000)
Change-Id: I30e338c27a9abbca01ed7477367ea9f9d3f6fcd5

meson_options.txt

index a57110a..3d9ad1a 100644 (file)
@@ -382,6 +382,6 @@ option('tbm',
 option('trace',
   type : 'combo',
   choices : ['ttrace', 'vtune', 'none'],
-  value : 'none',
+  value : 'ttrace',
   description : 'Support Tracing in Efl'
 )
\ No newline at end of file