본문 바로가기

분류 전체보기

chromium android VD에서 lldb 사용하기 lldb 란gdb랑 비슷함.https://aaronbloomfield.github.io/pdr/docs/gdb_vs_lldb.htmlandroid chromium을 debug build 해야함lldb server 를 android ndk 에서 download https://developer.android.com/ndk/downloadslldb server를 adb push adb push .//toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.6/lib/linux/aarch64/lldb-server /data/local/tmpadb shell "chmod 777 /data/local/tmp/lldb-server"adb shell로 들어가서 아래를 참고하여 .. 더보기
app test 더보기
video test 더보기
brs test Browser 투명 페이지 테스트 html uicontrols.html Notification https://www.bennish.net/web-notifications.html https://gauntface.github.io/simple-push-demo/ https://web-push-book.gauntface.com/demos/notification-examples https://tests.peter.sh/notification-generator/ SSL (Certification error) https://badssl.com/ WebRTC - media https://appr.tc https://webrtc.github.io/samples/src/content/getusermedia/audio .. 더보기
c++ json parser example json lib parser /* g++ ./test.cc ./jsoncpp/jsoncpp.cpp -I./jsoncpp -L./jsoncpp -ljsoncpp */ #include "json/json.h" #include #include #include #define JSON_FILE "sample.json" bool ReadFromFile(const char* filename, char* buffer, int len) { FILE* r = fopen(filename, "rb"); if (NULL == r) return false; size_t fileSize = fread(buffer, 1, len, r); fclose(r); return true; } /* { "title": "Get Request".. 더보기
파닉스 https://www.youtube.com/watch?v=_AM6qndbXrQ 더보기
backups 보호되어 있는 글입니다. 더보기
주옥같은 박명수 명언s 더보기
good words 더보기
chromium memory 측정하기 chrome://inspect로 접근해서 확인 chrome://tracing 으로 확인 ( 좀 더 디테일함) 이런식으로 나옴 더보기