Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c4de386 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "BinaryTransparencyService: change params to FrameworkStatsLog.write"

parents 0942d778 00001111
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -685,7 +685,9 @@ public class BinaryTransparencyService extends SystemService {
                        FrameworkStatsLog.write(FrameworkStatsLog.APEX_INFO_GATHERED,
                                packageInfo.packageName,
                                packageInfo.getLongVersionCode(),
                                mBinaryHashes.get(packageInfo.packageName));
                                mBinaryHashes.get(packageInfo.packageName),
                                4,  // indicating that the digest is SHA256
                                null);  // TODO: This is to comform to the extended schema.
                    }
                }
            } catch (PackageManager.NameNotFoundException e) {