Skip to content

Commit

Permalink
profilers/java.py: using /dev as last resort to store AP dso (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-granulate authored May 22, 2024
1 parent 7dd4fb6 commit 89338ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gprofiler/profilers/java.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
TEMPORARY_STORAGE_PATH,
f"/run/{GPROFILER_DIRECTORY_NAME}",
f"/opt/{GPROFILER_DIRECTORY_NAME}",
f"/dev/{GPROFILER_DIRECTORY_NAME}", # unfortunately, we encoundered some systems that left us no other option
)


Expand Down

0 comments on commit 89338ab

Please sign in to comment.