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

Side by Side Diff: third_party/android_testrunner/logger.py

Issue 9622010: Move README.chromium and LICENSE in third_party/android/ to correct location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to third_party/android_testrunner/ Created 8 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/android_testrunner/errors.py ('k') | third_party/android_testrunner/run_command.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python2.4 1 #!/usr/bin/python2.4
2 # 2 #
3 # 3 #
4 # Copyright 2007, The Android Open Source Project 4 # Copyright 2007, The Android Open Source Project
5 # 5 #
6 # Licensed under the Apache License, Version 2.0 (the "License"); 6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License. 7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at 8 # You may obtain a copy of the License at
9 # 9 #
10 # http://www.apache.org/licenses/LICENSE-2.0 10 # http://www.apache.org/licenses/LICENSE-2.0
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 def SetTimestampLogging(new_timestamp=True): 87 def SetTimestampLogging(new_timestamp=True):
88 """ Enable or disable outputting a timestamp with each log entry""" 88 """ Enable or disable outputting a timestamp with each log entry"""
89 global _log_time 89 global _log_time
90 _log_time = new_timestamp 90 _log_time = new_timestamp
91 91
92 def main(): 92 def main():
93 pass 93 pass
94 94
95 if __name__ == '__main__': 95 if __name__ == '__main__':
96 main() 96 main()
OLDNEW
« no previous file with comments | « third_party/android_testrunner/errors.py ('k') | third_party/android_testrunner/run_command.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698