Skip to content

Commit

Permalink
[wpeview] Pass injected bundle path to webprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
zhani committed Oct 16, 2024
1 parent 71788f4 commit c84a24c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ protected void setupServiceEnvironment() {
envStrings.add(filesPath);
envStrings.add("XDG_DATA_HOME");
envStrings.add(filesPath);
envStrings.add("WEBKIT_INJECTED_BUNDLE_PATH");
envStrings.add(new File(context.getFilesDir(), "injected-bundles").getAbsolutePath());

if ((appInfo.flags & ApplicationInfo.FLAG_DEBUGGABLE) == ApplicationInfo.FLAG_DEBUGGABLE) {
String gstDebugLevels = "*:FIXME";
Expand Down

0 comments on commit c84a24c

Please sign in to comment.