분류 전체보기 (208) 썸네일형 리스트형 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로 들어가서 아래를 참고하여 .. 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".. backups 보호되어 있는 글입니다. 주옥같은 박명수 명언s good words chromium memory 측정하기 chrome://inspect로 접근해서 확인 chrome://tracing 으로 확인 ( 좀 더 디테일함) 이런식으로 나옴 이전 1 2 3 4 5 6 ··· 26 다음