Android AOSP Platform Linux Init.rc Startup Code Trace
srcmap.org1 pointsby srcmap1 comments
Keywords jobs
----------------------------
Azure 3094
AWS 7408
Google Cloud 2157
React 3829 (not cloud tech, but just curious to know.) Use simple gdb script, break, print vals, cont,
This allows one to debug and app's internal states without rebuilding with printf enable.
Combine the above with automated regression test system, one to debug very hard problems that might take hours/days to repro.
Make it one SQLite file per user. All the read/write are parallelized per user. Backup db file would be smaller, easier. Each service node can handle N users, less for heavy follow users. Should be easier to scale horizontally the with user count by adding system nodes and Storage, networks, web handling process.