Skip to content
Snippets Groups Projects
  1. Nov 28, 2023
    • Mike Yu's avatar
      Replace useTls with mode in PrivateDnsConfig · 9738b477
      Mike Yu authored
      In PrivateDnsConfig class, `useTls` is replaced with `mode`.
      This CL a corresponding change.
      
      Bug: 240259333
      Test: atest ConnectivityCoverageTests
      Change-Id: I60c53e52f287fc7fa05543603a62632d934bb2e6
      9738b477
    • Ken Chen's avatar
    • Ken Chen's avatar
      Add error trace in BpfHandler::initPrograms · 5d14649a
      Ken Chen authored
      Debugging the SIGABRT of this function is annoying because the module
      can be built from source or pre-built. It requires finding the correct
      version of the symbol to get the correct line number. In addition, there
      are 7 consecutive aborts in source code, it is hard to tell whether the
      symbolized call stack shows the right line number or not. Adds error
      trace before abort so we can identify the root cause without even
      symbolizing the call stack of SIGABRT.
      
      Bug: 312094533
      Test: make; flash; adb logcat
      Change-Id: I74713029d059e10bf5d34694cdb96712bc806696
      5d14649a
  2. Nov 27, 2023
  3. Nov 24, 2023
  4. Nov 23, 2023
  5. Nov 22, 2023
  6. Nov 21, 2023
Loading