fix trace log emission
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
722764015c
commit
62f9e7a55a
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,6 +14,7 @@
|
|||||||
/NetArranger-*.jar
|
/NetArranger-*.jar
|
||||||
/lwjglx-debug-*.jar
|
/lwjglx-debug-*.jar
|
||||||
/hs_err_pid*
|
/hs_err_pid*
|
||||||
|
/trace.log
|
||||||
|
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
#maven.buildNumber.plugin properties file
|
#maven.buildNumber.plugin properties file
|
||||||
#Thu Aug 29 21:46:05 EDT 2024
|
#Thu Aug 29 22:01:29 EDT 2024
|
||||||
buildNumber=303
|
buildNumber=305
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -447,7 +447,7 @@
|
|||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.22.2</version>
|
<version>2.22.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar;o=trace.log</argLine>
|
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user