diff options
author | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:37:34 +0900 |
---|---|---|
committer | jk7744.park <jk7744.park@samsung.com> | 2015-09-08 22:37:34 +0900 |
commit | 949280f9e145d767ec9f3861f5820b7ac1832be8 (patch) | |
tree | b6d684db859040155b8d8860ba93b354ab9846e3 /include/logprint.h | |
parent | 5e5a2cd798c3ce7c75f480ed38902bd05588bd64 (diff) | |
download | dlog-949280f9e145d767ec9f3861f5820b7ac1832be8.tar.gz dlog-949280f9e145d767ec9f3861f5820b7ac1832be8.tar.bz2 dlog-949280f9e145d767ec9f3861f5820b7ac1832be8.zip |
tizen 2.3.1 releasetizen_2.3.1_releasesubmit/tizen_2.3.1/20150915.082018
Diffstat (limited to 'include/logprint.h')
-rwxr-xr-x | include/logprint.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/include/logprint.h b/include/logprint.h index 455f90b..45792f4 100755 --- a/include/logprint.h +++ b/include/logprint.h @@ -1,11 +1,13 @@ /* - * Copyright (C) 2006 The Android Open Source Project + * DLOG + * Copyright (c) 2005-2008, The Android Open Source Project + * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -36,6 +38,7 @@ typedef enum { FORMAT_RAW, FORMAT_TIME, FORMAT_THREADTIME, + FORMAT_DUMP, FORMAT_LONG, } log_print_format; @@ -137,7 +140,11 @@ int log_print_log_line( int fd, const log_entry *entry); - +/** + * logprint test furction + * + */ +void logprint_run_tests(void); #ifdef __cplusplus } |