projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3010ebc
)
[Title] Fixed dummylogger
author
donghee yang
<donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:50:46 +0000
(09:50 +0900)
committer
donghee yang
<donghee.yang@samsung.com>
Tue, 9 Oct 2012 00:50:46 +0000
(09:50 +0900)
src/common/log.rb
patch
|
blob
|
history
diff --git
a/src/common/log.rb
b/src/common/log.rb
index 53f00cba68c60773a5bf47d1b628411efd6836b5..52fde76ffdc4ce3e84170b7621b32cef8f68124c 100644
(file)
--- a/
src/common/log.rb
+++ b/
src/common/log.rb
@@
-110,6
+110,11
@@
end
class DummyLog
+ attr_accessor :path, :cnt
+ def initialize()
+ @path = ""
+ @cnt = 0
+ end
def info(str)
end
def error(str)