This article organizes how Chromium’s debug logging system is implemented on Android, along with some related low-level details.
A deep dive into the overall workflow of the URLRequest class.
An in-depth analysis of Chromium’s DNS request flow, and how to implement detailed logging for DNS requests.
A brief analysis of the source files and implementation details across the Chromium network stack.
More or less an interview question I prepared in my spare time. When I interview people later, let’s see who still dares to write “proficient in C++” on their resume…
Recently I have been looking into low-level packet transmission analysis for APP applications and read some libpcap-related source code. Here I briefly pick a small tool based on libpcap to practice by analyzing it.
Annotated WebBench source code with a brief analysis.