log messages from the Bundle package (useful when debugging activity’s intents “extra” data)

This commit is contained in:
Laurent Sansonetti
2014-08-24 19:04:40 +02:00
parent 77cc656d47
commit 133b701578

View File

@@ -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