mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-17 12:20:25 +08:00
log messages from the Bundle package (useful when debugging activity’s intents “extra” data)
This commit is contained in:
@@ -244,7 +244,7 @@ module Motion; module Project;
|
||||
end
|
||||
|
||||
def logs_components
|
||||
@logs_components ||= [package_path, 'AndroidRuntime', 'chromium', 'dalvikvm'].map { |component| component + ':I' }
|
||||
@logs_components ||= [package_path, 'AndroidRuntime', 'chromium', 'dalvikvm', 'Bundle'].map { |component| component + ':I' }
|
||||
end
|
||||
|
||||
attr_reader :manifest_entries
|
||||
|
||||
Reference in New Issue
Block a user