universal7885: add cc binary for logging

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-12-14 13:38:31 +09:00
commit f679a720b0
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
5 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,7 @@
void copy_kmsg();
void copy_logcat();
int main(){
copy_kmsg();
copy_logcat();
return 0;
}